home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 19 / Amiga Plus Leser CD 19.iso / Tools / Emulatoren / GameBoy / WarpVGB / VGBWOS.readme < prev   
Text File  |  1998-05-14  |  1KB  |  28 lines

  1. Short:    Nintendo Gameboy emulator for PPC (WarpOS)
  2. Author:   glue@df.lth.se, MagicSN@Birdland.es.bawue.de (Porter)
  3. Uploader: MagicSN@Birdland.es.bawue.de
  4. Type:     misc/emu
  5.  
  6. This is a PPC Version for WarpUP of the Virtual Gameboy Emulator (I know
  7. a ppc.library version exists already for a longer time, but now it is
  8. also available for WarpUP :) And it is faaaast...). GFX Board recommended,
  9. though, as it is quite slow on AGA (And i mean it !!!)
  10.  
  11. I added now Joystick/Joypad Support. Joypad code is activated with parameter
  12. joy (like: "vgb joy"). You can't use keyboard and joypad at the same time.
  13. Joypad might slow down a bit (Contextswitches), but only in theory, really
  14. probably not noticable.
  15.  
  16. Sadly the problem with AGA was not the Contextswitches. It was the usage
  17. of WritePixelLine8 in the AGA code (VGB is coded in a way that makes it
  18. HARD to fit it with any usual c2p). So i just left the AGA Code as it is.
  19.  
  20. Virtual GameBoy 0.7 is a Nintendo GameBoy emulator for Unix/X11.
  21. This is an Amiga port of it...
  22. Currently it Requires 68020+ (or at least the speed of it:)
  23. and OS 3.0. Keys and options have changed; RTFM!
  24.  
  25. Also check out Aminet:dev/cross/GBDK.lha which is a full development
  26. kit for GameBoy, including an ANSI C compiler and link libraries which
  27. f.ex. supports printf() and scanf().
  28.